home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-12-16 | 1.5 KB | 42 lines | [TEXT/MPS ] |
- //========================================================================================
- //
- // File: FWABndSt.cpp
- // Release Version: $ ODF 3 $
- //
- // Copyright: (c) 1993 - 1996 by Apple Computer, Inc., all rights reserved.
- //
- //========================================================================================
- // We separate the archiving functions into their own translation units in order to
- // enable dead-stripping.
- //
- // See FWBndStr.h for more information.
-
-
- #include "FWFound.hpp"
-
- #ifndef FWBNDSTR_H
- #include "FWBndStr.h"
- #endif
-
- //========================================================================================
- // File scope definitions
- //========================================================================================
-
- #ifdef FW_BUILD_MAC
- #pragma segment Strings
- #endif
-
- //========================================================================================
- // CLASS FW_CString32
- //========================================================================================
-
- const FW_ClassTypeConstant FW_LString32 = FW_TYPE_CONSTANT('s','t','3','2');
- FW_REGISTER_PREV_VERSION_ARCHIVABLE_CLASS(FW_LString32, FW_CString::Read, 0, 0)
-
- //========================================================================================
- // CLASS FW_CString255
- //========================================================================================
-
- const FW_ClassTypeConstant FW_LString255 = FW_TYPE_CONSTANT('s','t','2','5');
- FW_REGISTER_PREV_VERSION_ARCHIVABLE_CLASS(FW_LString255, FW_CString::Read, 0, 0)
-